home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / patch20a.zip / PATCHES.TXT < prev    next >
Text File  |  1991-03-29  |  11KB  |  311 lines

  1. Here is a list of the patches issued by DATASTORM for PROCOMM PLUS 2.0 as of
  2. March 29, 1991.  The following patches are provided on the PROCOMM PLUS
  3. distribution diskette:
  4.  
  5. CURSBIOS.DTP, ESCTIME.DTP, HOSTKEYS.DTP, PADCHAR.DTP, SFTIMOUT.DTP
  6.  
  7. All other patches are provided in the DTP329.ARC file (CompuServe, DATASTORM
  8. Forum, library 3) and PATCH20.ARC on the DATASTORM distribution bulletin
  9. board.  The DT_PATCH.EXE program is required to install a patch.
  10.  
  11. ════════════════════════════════════════════════════════════════════════════
  12.  
  13. MOUSPCE.DTP
  14.  
  15. Target File: PCEDIT.EXE version 2.0
  16.  
  17. This patch disables the mouse support in PCEDIT.  Necessary to run under DOS
  18. 2.x.
  19.  
  20. ════════════════════════════════════════════════════════════════════════════
  21.  
  22. MOUSPCI.DTP
  23.  
  24. Target File: PCINSTAL.EXE version 2.0
  25.  
  26. This patch disables the mouse support in PCINSTAL.  It's necessary to
  27. install this patch if you need to install on a system running DOS 2.x.
  28.  
  29. WARNING!!!!  This patch is for the PCINSTAL.EXE with a file size of 121950
  30. bytes.  Do not use this patch on any other version of the program.  Doing so
  31. will cause incorrect operation of the program.
  32.  
  33. ════════════════════════════════════════════════════════════════════════════
  34.  
  35. MOUSPCP.DTP
  36.  
  37. Target File: PCPCLUS.EXE version 2.0
  38.  
  39. This patch disables the mouse support in PROCOMM PLUS.  Necessary to run
  40. under DOS 2.x.
  41.  
  42. ════════════════════════════════════════════════════════════════════════════
  43.  
  44. MOUSEPCS.DTP
  45.  
  46. Target File: PCSETUP.EXE version 2.0
  47.  
  48. This patch disables the mouse support in PCSETUP.  Necessary to run under
  49. DOS 2.x.
  50.  
  51. ════════════════════════════════════════════════════════════════════════════
  52.  
  53. MOUSPCH.DTP - for use with DT_PATCH.EXE
  54.  
  55. Target File: PCHELP.RTE
  56.  
  57. This patch disables the mouse support in PCHELP
  58.  
  59. ════════════════════════════════════════════════════════════════════════════
  60.  
  61. FORMFEED.DTP
  62.  
  63. Target File: PCPLUS.EXE version 2.0
  64.  
  65. This patch prevents the Alt-L print log and the transparent print function
  66. in Procomm Plus from sending an extra form feed.
  67.  
  68. ════════════════════════════════════════════════════════════════════════════
  69.  
  70. CLIPKEY.DTP
  71.  
  72. Target File: PCPLUS.EXE version 2.0
  73.  
  74. This patch changes the key sequence that activates the FILENAME CLIPBOARD
  75. from to ALT-= to ALT-- ( ALT key plus dash ).
  76.  
  77. ════════════════════════════════════════════════════════════════════════════
  78.  
  79. PADCHAR.DTP
  80.  
  81. Target Program: PCPLUS.EXE version 2.0
  82.  
  83. This patch allows the user to define which character PROCOMM PLUS uses to
  84. fill the last block sent during an XMODEM transfer.  Since XMODEM sends
  85. blocks of fixed length, the data sent in the final block is almost always
  86. less than that required to fill out the block.  The default character used
  87. by PROCOMM PLUS to fill out the difference is the Ctrl-Z character (decimal
  88. 26).  This patch changes that default to a NULL character (0).  If you wish,
  89. you can change the default to any fill character.
  90.  
  91. To define your fill character, change the last line of this file to the
  92. decimal value (from 0 to 255) of the character to use.
  93.  
  94. ════════════════════════════════════════════════════════════════════════════
  95.  
  96. SFTIMOUT.DTP
  97.  
  98. Target Program: PCPLUS.EXE version 2.0
  99.  
  100. When performing software flow control (XON/XOFF), PROCOMM PLUS version 2.0
  101. automatically clears an XOFF if no XON is seen within a specified amount of
  102. time.  The default timeout period is 20 seconds.  In other words, if PROCOMM
  103. PLUS detects that it should halt transmission because it has seen an XOFF,
  104. the program will wait until an XON is received or 20 seconds elapse.
  105.  
  106. This patch file can be used to update the XON wait period.  The first value
  107. (following "O47417") is the number of seconds which can elapse (a value
  108. between 0 and 255).  As distributed, this patch file will increase the
  109. timeout to 60 seconds.  If you desire a different value, edit this file
  110. (with a standard ASCII editor) and change the value as shown.
  111.  
  112. ════════════════════════════════════════════════════════════════════════════
  113.  
  114. ESCTIME.DTP
  115.  
  116. Target File: PCPLUS.EXE version 2.0
  117.  
  118. When an ESCAPE is received by PROCOMM PLUS, the program waits a maximum of
  119. two seconds for another character to continue the escape sequence.  If
  120. another character does not arrive in this time, we no longer treat the
  121. incoming characters as part of a potential escape sequence but simply as
  122. ordinary received characters.  For some packet-switching networks with
  123. extreme delays the two second wait is not long enough.  This patch changes
  124. the two second wait to four seconds (the value 72 is clock ticks where each
  125. second is 18 ticks [4 * 18 = 72]).  If a different timeout is desired,
  126. replace the value 72 with any value between 0 and 255 (255 = 14 seconds).
  127.  
  128. ════════════════════════════════════════════════════════════════════════════
  129.  
  130. CURSBIOS.DTP
  131.  
  132. Target File: PCPLUS.EXE version 2.0
  133.  
  134. Certain TSR's and device drivers interfere with PROCOMM PLUS' low level
  135. cursor manipulation.  This patch will force PROCOMM PLUS to use the BIOS for
  136. cursor addressing.  This should eliminate conflicts with those programs
  137. which make invalid assumptions about the cursor.
  138.  
  139. WARNING!  This patch will slow down Terminal Mode to some degree.  Use only
  140. if you are experiencing a conflict with another program.
  141.  
  142. ════════════════════════════════════════════════════════════════════════════
  143.  
  144. HOSTKEYS.DTP
  145.  
  146. Target File: PCPLUS.EXE version 2.0
  147.  
  148. Purpose:  Change the default keys used by Host mode at the main menu
  149.  
  150. Instructions:  Simply replace the letter below with the desired new letter.
  151. Make sure the new letter is in upper case (lower case letters will make the
  152. option unavailable).
  153.  
  154.  
  155. This is the default key string for normal users:
  156.  
  157. F R L C D U G H T
  158. | | | | | | | | |
  159. | | | | | | | | +-- Time
  160. | | | | | | | |
  161. | | | | | | | +---- Help
  162. | | | | | | |
  163. | | | | | | +------ Goodbye
  164. | | | | | |
  165. | | | | | +-------- Upload
  166. | | | | |
  167. | | | | +---------- Download
  168. | | | |
  169. | | | +------------ Chat
  170. | | |
  171. | | +-------------- Leave mail
  172. | |
  173. | +---------------- Read mail
  174. |
  175. +------------------ Files
  176.  
  177.  
  178. The string for super users is the same with the addition of 'S' and 'A' for
  179. Shell and Abort
  180.  
  181.  
  182. ════════════════════════════════════════════════════════════════════════════
  183.  
  184. CVT20.EXE - Convert 2.0 .DIR file to 1.1B format
  185.  
  186. This program converts the PROCOMM PLUS 2.0 dialing directory (PCPLUS.DIR) to
  187. PROCOMM PLUS 1.1B format.  Useful if you have installed PROCOMM PLUS 2.0 as an
  188. upgrade to your 1.x version, and need to restore the directory file for any
  189. reason.  This executable should be run from the DOS command line in the
  190. following way:
  191.  
  192.                CVT20 <input file name> <output file name>
  193.  
  194. ════════════════════════════════════════════════════════════════════════════
  195.  
  196. CVT243.EXE - Convert ProComm 2.4.x .DIR file to 2.0 format
  197.  
  198. This program converts the ProComm 2.4.2/2.4.3 dialing directory (PROCOMM.DIR)
  199. to PROCOMM PLUS 2.0 format.  Put this executable in a directory with your
  200. PROCOMM.DIR file, then type 'CVT243  <enter>'
  201.  
  202. ════════════════════════════════════════════════════════════════════════════
  203.  
  204. SWITCH.DTP
  205.  
  206. Target File: ASPCOMP.EXE
  207.  
  208. This patch will correct the program execution error which
  209. occurs when running a compiled script which has a SWITCH
  210. statement containing CASE commands with variable references
  211. (ie: CASE S0, CASE N0, CASE $NULL, CASE $COL, etc).  The
  212. original compiler normally generates codes only when constants
  213. are used in CASE commands.  The patch enables the compiler to
  214. generate the correct code for the variables references.
  215. The only caveat is that unexpected CASE commands will no
  216. longer generate an error message.
  217.  
  218. ════════════════════════════════════════════════════════════════════════════
  219.  
  220. 6300E.DTP
  221.  
  222. Target File: PCEDIT.EXE
  223.  
  224. The AT&T 6300 (and compatible) computers have a non-standard
  225. bios data area that does not report the actual number of lines
  226. on the screen.  This patch corrects video display problems that
  227. occur when using PROCOMM PLUS 2.0.
  228.  
  229. ════════════════════════════════════════════════════════════════════════════
  230.  
  231. 6300H.DTP
  232.  
  233. Target File: PCHELP.RTE
  234.  
  235. The AT&T 6300 (and compatible) computers have a non-standard
  236. bios data area that does not report the actual number of lines
  237. on the screen.  This patch corrects video display problems that
  238. occur when using PROCOMM PLUS 2.0.
  239.  
  240. ════════════════════════════════════════════════════════════════════════════
  241.  
  242. 6300P.DTP
  243.  
  244. Target File: PCPLUS.EXE
  245.  
  246. The AT&T 6300 (and compatible) computers have a non-standard
  247. bios data area that does not report the actual number of lines
  248. on the screen.  This patch corrects video display problems that
  249. occur when using PROCOMM PLUS 2.0.
  250.  
  251. ════════════════════════════════════════════════════════════════════════════
  252.  
  253. ZMPATCH.DTP
  254.  
  255. Target File: PROCOMM PLUS version 2.0
  256.  
  257. This patch causes ZMODEM file transfers to use RTS/CTS flow control
  258. *ONLY* if HARDWARE FLOW CONTROL is turned ON in TERMINAL OPTIONS.
  259.  
  260. ════════════════════════════════════════════════════════════════════════════
  261.  
  262. CHKLOG2.DTP
  263.  
  264. Target File: PROCOMM PLUS version 2.0
  265.  
  266. This patch prevents PROCOMM PLUS from putting NULLS, ASCII 127 (DEL),
  267. and ASCII 255 characters into a LOG FILE.
  268.  
  269. ════════════════════════════════════════════════════════════════════════════
  270.  
  271. FIFO.DTP
  272.  
  273. Target File: PCPLUS.EXE
  274.  
  275. This patch disables the 16 byte FIFO buffer on the NS16550 UART.
  276.  
  277. WARNING: Turning the FIFO off is unecessary unless you are having
  278.          problems with the 16550 FIFO.  If you do not have problems
  279.          with the FIFO buffer, DO NOT apply this patch.
  280.  
  281. NOTE: If the FIFO buffer is already enabled when PROCOMM PLUS
  282.       is started, this patch will have no effect.
  283.  
  284. ════════════════════════════════════════════════════════════════════════════
  285.  
  286. NOBLANK.DTP
  287.  
  288. Target File: PCPLUS.EXE version 2.0
  289.  
  290. This patch turns off the Host Mode screen blanker.
  291.  
  292. ════════════════════════════════════════════════════════════════════════════
  293.  
  294. META.DTP
  295.  
  296. Target File: PROCOMM PLUS version 2.0
  297.  
  298. This patch adds .KEY extension to Meta Key Filename when default
  299. Meta Key file is specified in Dialing Directory.
  300.  
  301. ════════════════════════════════════════════════════════════════════════════
  302.  
  303. BACKTICK.DTP
  304.  
  305. Target File: PROCOMM PLUS version 2.0
  306.  
  307. This patch enables the WAITFOR script command to recognize a backtick
  308. as the target string.  ( waitfor "``"  now works )
  309.  
  310. ════════════════════════════════════════════════════════════════════════════
  311.